Description of start/end tags and placeholders for VoiceMacro's HTML export feaure
##################################################################################

Note:
Templates filenames need to start with "VMhtmlExport" (case sensitive) to be recognized as template files

The extension of a template file can be anything (usually ".html")


Start/end tags:
----------------------------------------------------------------------
Placeholder:			Description:

<!-- VMALLGROUPS -->    Start of all groups (if you only need all groups first, see "SampleTabs" template)
<!-- /VMALLGROUPS -->   End of all groups

<!-- VMGROUPSTART -->	Start of groups
<!-- /VMGROUPSTART -->	End of start of groups

<!-- VMMACROS -->		Start of macros
<!-- /VMMACROS -->		End of macros

<!-- VMGROUPEND -->		Start of groups end
<!-- /VMGROUPEND -->	End of start of groups end



Placeholders replaced in whole HTML file:
----------------------------------------------------------------------
Placeholder:		Description:

$$PROFILENAME$$		Profile Name
$$PROFILEGUID$$		Profile GUID



Placeholders replaced in VMGROUPSTART/VMGROUPEND tags:
----------------------------------------------------------------------
Placeholder:			Description:

$$GROUP$$				Group name
$$GROUPMACROCOUNT$$		Number of macros in group
$$GROUPINDEX$$			Index of group



Placeholders replaced in VMMACROS tag:
----------------------------------------------------------------------
Placeholder:			Description:

$$COMMANDS$$			Display name of the command
$$DESCRIPTION$$			Description of the command
$$CMDSORDESC$$			Display name of the command or description if display name is empty string
$$DESCORCMDS$$			Description of the command or display name if description is empty string
$$ALLCOMMANDS$$			All voice commands (incl. all generated commands by group affixes)
$$TRIGGERS$$			All other triggers (voice commands excluded)
$$SHOWORHIDEALL$$		Replaced with "none" if there is only one voice command, "inherit" if there are more than 1 voice command (used to show/hide a button to show all commands if there are)
$$INDEX$$				Index of current macro
$$MACROGUID$$			GUID of the current macro
$$GROUPINDEX$$			Index of current group
